PRACTICE
Links
Practice navigation and API-triggered links. Requests are visible in DevTools.
Link Actions
Click “API call links” to trigger real HTTP requests. Verify them in DevTools → Network and Console.
Navigation Links
API Call Links
-
Call APICreated (201)Validates status code for creation.
-
Call APINo Content (204)Validates a no-content response.
-
Call APIMoved (301)Validates redirect behavior.
-
Call APIBad Request (400)Validates client error handling.
-
Call APIUnauthorized (401)Validates authorization error.
-
Call APIForbidden (403)Validates forbidden access error.
-
Call APINot Found (404)Validates not-found handling.
Response:
--
Last request:
--
Time:
--
Tip: Open DevTools → Network to see API requests. Use Console to validate logs.